Syntax:
VA1.Play_this_file_for_Stop = "Location"
Details :
Optional use. Plays this wave when user stops complete recording and hence speech recognition activity and enables eyes free dictation and action.
COMMON SENSE ! PLEASE USE YOUR OWN WAVE FILE IF YOU FEEL 'STOP' IS
SILLY ! Use a rock instrumental beep or explosion wave!
Example :
Private Sub Form1_Activate()
VA1.Play_this_file_for_Stop = " ByeBye.wav"
End Sub